home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000045_fdc@watsun.cc.columbia.edu_Wed Oct 17 20:07:46 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  60 lines

  1. Article: 12857 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Dumb question about man pages
  6. Date: 18 Oct 2001 00:08:10 GMT
  7. Organization: Columbia University
  8. Lines: 43
  9. Message-ID: <9ql6ha$sro$1@newsmaster.cc.columbia.edu>
  10. References: <9ql2ht$q2s$1@newsmaster.cc.columbia.edu> <ur8s17s7a.fsf@worldnet.att.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1003363690 29560 128.59.39.2 (18 Oct 2001 00:08:10 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Oct 2001 00:08:10 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12857
  16.  
  17. In article <ur8s17s7a.fsf@worldnet.att.net>,
  18. Thomas A. Horsley <Tom.Horsley@worldnet.att.net> wrote:
  19. : >Or of a way to produce a UNIX man page and an HTML document from
  20. : >common (plain-text) source?
  21. : Perl (www.perl.com is a good starting place) uses a format it calls POD
  22. : (plain old documentation) and has converters from POD to hmtl, man pages,
  23. : and many other formats (I personally hate POD, but some people love it).
  24. I was hoping for something simpler like maybe a secret option in Lynx to
  25. dump a web page as nroff.  Believe it or not I haven't had time to deal much
  26. with Perl yet...  Btw another option that I know of already, but is also not
  27. exactly clean or simple, is Scribe (who remembers Scribe? -- it was kind of
  28. a precursor to TeX), in which Scribe source can be output as PostScript,
  29. various other typesetter formats, plain ASCII, nroff, and HTML.  And (since
  30. you mentioned it) POD format, but not the one you're thinking of.  Scribe's
  31. POD stands for Prince Of Darkness, perfect for the Diablo daisy-wheel
  32. printer on which it is printed :-)
  33.  
  34. : Speaking of perl, if you really want to provide a useful kermit extension,
  35. : provide an add-on perl XS module for talking kermit, or embed perl in kermit
  36. : as an alternative scripting language. (Not that I believe it will happen,
  37. : but you can always ask :-).
  38. :
  39. Actually I think Kermit is pretty useful the way it is.  What could you do
  40. with a Perl extension to Kermit that you can't do already without one?
  41.  
  42. Of course I have nothing against Perl, but (a) the to-do list for Kermit
  43. stretches on into infinity; (b) I hate it when people say "why did those
  44. Kermit nuts invent a whole new whacky scripting language instead of using
  45. Perl?" (or Python, etc, name your favorite one) because, ahem, Kermit came
  46. first! and (c) without actually looking into it to make sure, I suspect that
  47. Kermit is *still* more portable than Perl.  The same things (and more) can
  48. be said of Expect and the many others that people suggest as alternatives to
  49. the venerable Kermit language :-)
  50.  
  51. Anyway, it's just a man page -- a one-shot deal, and probably just as easy
  52. to do in EMACS by hand (and macro) than any other way.
  53.  
  54. - Frank
  55.  
  56. P.S. A good way to get stuff added to Kermit is to write the code yourself
  57. and send it in, like everybody did in the old days.
  58.